[INFO] cloning repository https://github.com/uesugitorachiyo/ao2
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uesugitorachiyo/ao2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuesugitorachiyo%2Fao2", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuesugitorachiyo%2Fao2'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fbdea7d4c8d0546e52103b7d3c0cdf01d2013670
[INFO] checking uesugitorachiyo/ao2 against try#b152f5575a2ac7126ae0019e4e679abe9399213e for pr-157841
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuesugitorachiyo%2Fao2" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/uesugitorachiyo/ao2
[INFO] finished tweaking git repo https://github.com/uesugitorachiyo/ao2
[INFO] tweaked toml for git repo https://github.com/uesugitorachiyo/ao2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/uesugitorachiyo/ao2 on toolchain b152f5575a2ac7126ae0019e4e679abe9399213e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/uesugitorachiyo/ao2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vergen-git2 v1.0.7
[INFO] [stderr]   Downloaded vergen-lib v0.1.6
[INFO] [stderr]   Downloaded fs4 v1.1.0
[INFO] [stderr]   Downloaded tiktoken-rs v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d5333c71ee036cc99e2c7054ce0b57dcb4328c38039c0bf945c39131f1172df0
[INFO] running `Command { std: "docker" "start" "d5333c71ee036cc99e2c7054ce0b57dcb4328c38039c0bf945c39131f1172df0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d5333c71ee036cc99e2c7054ce0b57dcb4328c38039c0bf945c39131f1172df0" "/opt/rustwide/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5333c71ee036cc99e2c7054ce0b57dcb4328c38039c0bf945c39131f1172df0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d5333c71ee036cc99e2c7054ce0b57dcb4328c38039c0bf945c39131f1172df0" "/opt/rustwide/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling vergen-lib v9.1.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]    Compiling vergen-lib v0.1.6
[INFO] [stderr]    Compiling vergen v9.1.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling vergen-git2 v1.0.7
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking ulid v1.2.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking num-bigint-dig v0.8.6
[INFO] [stderr]     Checking ao2-adapter-claude v0.4.80 (/opt/rustwide/workdir/crates/ao2-adapter-claude)
[INFO] [stderr]     Checking ao2-adapter-codex v0.4.80 (/opt/rustwide/workdir/crates/ao2-adapter-codex)
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking fs4 v1.1.0
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking tar v0.4.45
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]    Compiling libz-sys v1.1.28
[INFO] [stderr]    Compiling libgit2-sys v0.18.4+1.9.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking fancy-regex v0.13.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking tiktoken-rs v0.7.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking ao2-adapters v0.4.80 (/opt/rustwide/workdir/crates/ao2-adapters)
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking ao2-core v0.4.80 (/opt/rustwide/workdir/crates/ao2-core)
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]     Checking ao2-policy v0.4.80 (/opt/rustwide/workdir/crates/ao2-policy)
[INFO] [stderr]     Checking ao2-artifacts v0.4.80 (/opt/rustwide/workdir/crates/ao2-artifacts)
[INFO] [stderr]     Checking ao2-runtime v0.4.80 (/opt/rustwide/workdir/crates/ao2-runtime)
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]    Compiling git2 v0.20.4
[INFO] [stderr]    Compiling sdd-planner v0.1.0 (/opt/rustwide/workdir/crates/sdd-planner)
[INFO] [stderr]     Checking ao2-cli v0.4.80 (/opt/rustwide/workdir/crates/ao2-cli)
[INFO] [stderr] error: could not compile `ao2-cli` (bin "ao2")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b152f5575a2ac7126ae0019e4e679abe9399213e/bin/rustc --crate-name ao2 --edition=2021 crates/ao2-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d441acce2db06fa9 -C extra-filename=-113c1c97a5b8ef1c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-88b36daaacafc31f.rmeta --extern ao2_adapters=/opt/rustwide/target/debug/deps/libao2_adapters-a901629c9b8f6117.rmeta --extern ao2_core=/opt/rustwide/target/debug/deps/libao2_core-fbde217affdc005d.rmeta --extern ao2_policy=/opt/rustwide/target/debug/deps/libao2_policy-219ded8b488dc2e8.rmeta --extern ao2_runtime=/opt/rustwide/target/debug/deps/libao2_runtime-0361a02e17ad78b0.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-f28b992447a1c124.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-35f1f92b387e346c.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-8f7dd38580e70830.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-11e779e317a6ac5a.rmeta --extern rsa=/opt/rustwide/target/debug/deps/librsa-88bc1ea0a4a5b635.rmeta --extern sdd_planner=/opt/rustwide/target/debug/deps/libsdd_planner-f9003d3ea6691b95.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-26acf005fc65fece.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e8d47ae37472015f.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-55e047e3ca819c89.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-0fa0c1c9a6ae3652.rmeta --extern signature=/opt/rustwide/target/debug/deps/libsignature-cfb236f5f1e84194.rmeta --extern tar=/opt/rustwide/target/debug/deps/libtar-2ae3178dc3af81ad.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-0f2415eaf234f057.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d5333c71ee036cc99e2c7054ce0b57dcb4328c38039c0bf945c39131f1172df0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5333c71ee036cc99e2c7054ce0b57dcb4328c38039c0bf945c39131f1172df0", kill_on_drop: false }`
[INFO] [stdout] d5333c71ee036cc99e2c7054ce0b57dcb4328c38039c0bf945c39131f1172df0
